ParcelAnnouncement-v1.0 Schema
DestinationCustomer Complex Type
ParcelAnnouncement-v1.0 Schema : DestinationCustomer Complex Type
Namespace urn:xmlns:nedfox-retailvista-com:parcelannouncement-v1.0
Diagram
LandLinePhone Element CellPhone Element Email Element Name Element CustomerNumber Element Sequence DestinationCustomer Complex Type
Overview
Sequence
CustomerNumber xs:long
Name xs:string
Email xs:string
CellPhone xs:string
LandLinePhone xs:string
Used By
DestinationCustomer Element
Source
<xs:complexType name="DestinationCustomer" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="CustomerNumber" type="xs:long" minOccurs="1" />
    <xs:element name="Name" type="xs:string" minOccurs="1" />
    <xs:element name="Email" type="xs:string" minOccurs="1" />
    <xs:element name="CellPhone" type="xs:string" minOccurs="1" />
    <xs:element name="LandLinePhone" type="xs:string" minOccurs="1" />
  </xs:sequence>
</xs:complexType>
See Also
ParcelAnnouncement-v1.0 Schema